Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Nullsafe #16148

Merged
merged 1 commit into from
Jan 29, 2025
Merged

Add Nullsafe #16148

merged 1 commit into from
Jan 29, 2025

Conversation

spencerrlongg
Copy link
Collaborator

Adds a null safe operator to prevent SC27619

Copy link

what-the-diff bot commented Jan 29, 2025

PR Summary

  • Improved Code Safety
    This update makes the programming code more reliable. It does so by updating the way we check certain conditions related to the 'locale' (a term used to define the regional and language settings of a user). Previously, if our code tried to evaluate an element that was null (or unavailable), it would result in an error. The new method treats the unavailable data more gracefully, reducing errors, and thus the risk of unexpected system shutdown.

@snipe snipe merged commit d906f3c into snipe:develop Jan 29, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants